#textualDisplay
{
	display:none;
}

		/* ======= BEGIN FILE: default/core.css ======= */
/* begin core.css */
body
{
	font-family : Arial, Verdana, Helvetica, sans-serif;
	padding: 0px;
	margin:0px;
	background-color: #ffffff;
	background-image: url(/images/bg.jpg);
	background-repeat: no-repeat;
}

#outer
{	/* #outer encloses all content (#opening, #enclosure, #close) except 
	content defined in extras.php intended for conditional displaying and 
	absolute positioning. Content in extras.php is placed between #outer and
	closing body tag. Use margin and border on #outer to create boxed site  */
	background-color: #939393;
	width: 970px;
	margin: 5px auto auto 10px;
	border-top: 2px solid #e9e9e9;
	border-left: 1px solid #e9e9e9;
	border-right: 1px solid #666;
	border-bottom: 1px solid #e9e9e9;
	position: relative;

	
}
#enclosure
{
	min-height: 400px;

}
#content
{
	width: 800px;
	float:left;
	background-color: #fff;
}

#canvas
{
	width:750px;
	position:relative;
	height:600px;
	background-image: url(/images/background.jpg);
	background-position: 220px 181px;
	background-repeat: no-repeat;
	overflow: auto;
}

#ancillary2
{
	/* width:22%; */
	float:left;
	color: #fff;
/* 	background: #; */
}

#ancillary2 .adjustment
{
		padding-left:10px;
	
}

/******************* Text *************************/
p, ul, dl, ol, marquee 
{

	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size: .8em;
	line-height: 1em;
}

h1
{
	font-size: 1.4em;
}

h2
{
	font-size: 1.1em;
}

h3
{
	font-size:.9em
}

h4
{
	font-size: .9em
}

h5
{
	font-size: .8em
}

h6
{
	font-size: .7em;
}

h1 + h2
{
	/* reduces the vertical space separating an H1 and an H2 that immediately follows it.
	h2 is the subject of the selector */
	margin-top: -5px;
}

#site-navigation p
{
	font-weight: bold;
	letter-spacing: 1px;
}

#site-navigation ul
{
	margin: 0px;
	padding: 0px;
	line-height: 15px;
}


#contact
{
	float: right;
	display:block;
	width: 20px;
	height:15px;
	text-decoration:none;
	margin-top:2px;
}


#contact.hover
{
	text-decoration:none;
}

#content .adjustment
{
	min-height:600px;
	text-align:left;
	
}

#close
{
	
}

#close .adjustment
{
	background: #939393
}

#close #legals
{
	background: #fff;
	float:left;
	width: 800px;
	height: 20px;
}
#close #legals p
{
	margin: 0px 5px;
	font-size: .7em;
	color: #666;
	font-family: "Times New Roman", serif;
}
#opening .adjustment, #close .adjustment, #enclosure,  #content .adjustment
{
	/* http://www.quirksmode.org/css/clearing.html */
	/* Clears floated elements inside these containers */
	overflow: hidden; 

}

* html #opening .adjustment, * html #close .adjustment, * html #enclosure, * html #content .adjustment
{
	/* http://www.quirksmode.org/css/clearing.html */
	/* Clears floated elements inside these containers */
	width: 100%;

}

.current
{
	color: #900;
	text-decoration:none;
}	


.col1 /* php generated columns  */
{
	width:45%;float:left;margin-right:3%;
}

.col2
{
	width:45%;float:left;
}


a img 
{
	border:none;
}



.dragable
{
	cursor: move;

}

ul
{
	list-style: circle;
}


#about-us-info
{
	top: 254px;
	left: 520px;
	width: 227px;
	position:absolute;
	text-align: left;
	background: #fff;

	

}

#additional-blurb
{
	width: 240px;
	left: 183px;
	top: 70px;
	position:absolute;
}

#additional-blurb p a, #about-us-info p a
{
	color: #369;
	text-decoration: none;
}

strong
{
	font-weight: 600;
	color: #000;

}

#about-us-info p, #additional-blurb p
{
	margin: 0px 0px 3px 0px;
	font-size: .7em;
	line-height: 1.2em;
	font-weight: 200;
	color: #333;
}

#about-us-info p.spaced
{
	margin-top: 5px;


}
#about-us-info h2
{
	margin: 0px 0px 2px 0px;
	font-weight: 600;
	font-size:.8em;
	color: #000

}

#about-us-info h3
{
	margin: 0px 0px 2px 0px;
	font-weight: 600;
	font-size:.8em;
	color: #000

}

#content #header
{
	position: absolute;
	left: 420px;
	top: 10px;
	color: #939393;
	font-weight: 200;
	line-height:20px;
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

#content h1
{
	position: absolute;
	left: 420px;
	top: 10px;
	color: #939393;
	font-weight: 200;
	line-height:20px;
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}


#slide-show-start
{
		background-image: url(/images/resources/buttons/btn_play.gif);
		width: 30px;
		height: 30px;
		float:left;
		background-repeat: no-repeat;
		cursor: pointer;

	
}


#slide-show-stop
{
		background-image: url(/images/resources/buttons/btn_stop.gif);
		width: 30px;
		height: 30px;
		float:left;
		background-repeat: no-repeat;
		cursor: pointer;

}

#slide-show-start:hover
{
	background-image: url(/images/resources/buttons/btn_play_on.gif);
}

#slide-show-stop:hover
{
	
}

#slide-show-loading
{
	width: 35px;
	height: 35px;
	background-repeat: no-repeat;
	float:left;
	background-image: url(/images/resources/ajax-loader.gif);
	display:none;

}

#ancillary2 #slide-show-info
{	
	
}

#ancillary2 #slideshow-control p
{
	margin: 5px;
	letter-spacing: 1px;
	
}

#slideshow-control
{
	width: 110px;
	padding: 5px;
	display: none;
	height: 30px;
	border-top: 1px solid #654;	
}

#blurbs
{
	display:none;
}

#descriptions
{
	width: 160px;

}

#descriptions dd
{
	padding: 0px;
	margin: 5px 0px 0px 0px;
	background: #fff;
	color: #333;
	line-height: 1.2;
	padding:3px;
}
/* end core.css */

#services-contact
{
	width:350px;
	border: 1px solid;
	position:absolute;
	top:450px;
	left:250px;
}

#language p a
{
	text-decoration: underline;
}

#language
{

}
#pub-cols
{
	line-height: 1.5em;
}
#cv 
{
	width: 80%;
}
#cv p
{
	line-height: 1.2em;
	margin:5px;
}

#abstract
{
	display:none;
}

.icons
{		

	position: absolute;
	background-repeat: no-repeat;
	background-position: center center;
	height: 64px;
	width: 64px;
	cursor: pointer
}

#logo
{
	top: 210px;
	right:10px;
	position:absolute;
}

#blurb
{
	position:absolute;
	top:10px;
	left:66px;
}


#joe-felber
{
	left: 303px;
	top:473px;
	position:absolute;
}

#ancillary2 li
{
	list-style: none;
	margin-bottom: 3px;
	
}
#ancillary2 p, #ancillary2 a
{
	color:#fff;
	text-decoration: none;
}

#site-navigation
{
	width: 130px;
	margin-top:20px;
}


#services-header
{
	
	color: #939393;
	margin-top:5px;
	position:absolute;
	width:200px;
	left:400px;
	top: 20px;	
}


/************************* german ******************************/

.row
{

	float:none;
	overflow:auto;
	height: 260px;

}

#info-items .row div
{
	
	width:200px;
	background: #fff;
	color:#000;
	float:left;
}

#info-items h2
{
	font-size: .8em;
	margin:2px;
}
.de #info-items h2
{
	font-size: .7em;
	margin:2px;

}

#info-items p
{
	margin:0px;
	line-height: 1.2em;
	font-size: .7em;
}

#info-commissions
{
	margin-left: 100px;
}

.de .row #info-commissions
{
	margin-left: 30px;
	width: 190px;
}

* html .de .row #info-commissions
{
	display: inline
}

#info-video
{
	margin-left: 80px;
	margin-top:30px;
	
}



.de .row #info-video
{
	margin-left: 70px;
	margin-top:30px;
	width: 180px;
	
}

#info-photographic
{
	margin-left: 30px;

}

* html #info-photographic
{
	display: inline;
}

.de .row #info-photographic
{
	margin-left: 30px;
	width: 170px;
}

#info-items #info-tutoring
{
	margin-left: 20px;	
	width:180px;
}
.de #info-items #info-tutoring
{
	margin-left: 110px;	
	width:180px;
}

#info-refurbishing
{
	margin-left: 30px;
	margin-top:70px;
	
}

* html #info-refurbishing
{
	display:inline

}

#info-installations
{
	margin-top:70px;
	margin-left: 20px;
	
}

.de #info-installations
{
	margin-top:70px;
	margin-left: 30px;
	
}

#info-hire
{
	width: 200px;
	margin-left: 30px;
	margin-top: -90px;
	
}
.de #info-hire
{
	margin-top: -40px;
}

#big-div
{

		position : absolute;
		top : 0px;
		left: 0px;
}


#slideshow-canvas
{
	position:absolute;
	top: 50px;
	left: 50px;
	display: block;
	border: 1px solid #eee;
}

#artransmatrix-phrase
{
	font-weight: 600;
	color: #999;
	position:absolute;
	top:33px;
	left: 50px;
	font-size: 13px;
	margin-top:0px;
}
#artransmatrix-phrase span
{
	background-image: url(/images/artransmatrix_small.jpg);
	background-repeat: no-repeat;
	display:block;
	float:left;
	width:110px;
	text-indent: -1000px;
	margin-top: 1px;

}

.top
{
	text-align:center;
	margin-top:20px;
}

.top a
{
	color: #036;
}

#mail
{
	width: 60%;
	margin-left: 10%;
}

#links-container
{
	padding: 30px;
	width: 80%;
}

#links-container h2
{
	font-size: .9em;
	color: #333;
}

		/* ======= END OF FILE: default/core.css ======= */


		/* ======= BEGIN FILE: default/menus.css ======= */
/* ====== Global Menus ========== */
.nav-global
{
	padding: 0px;
	margin:0px;
/*	background:#; */
	float:left;
}

.nav-global li
{
	float:left;
	list-style-type: none;
	margin-right:10px;
	
}

.nav-global a
{


	text-decoration:none;
	font-size:12px;
	line-height: 20px;
	font-weight:400;
}

#opening .nav-global
{
	margin: 0px 5px 5px 5px;
	padding-left: 20px;
	float:left;
}

#opening .nav-global a
{
	color: #;
}

#close .nav-global
{

}
#close #menu-box
{
	
	margin: 0px auto;
	width:70%;
	
}
#close .nav-global a
{
	
	color: #;
}

.current a, #opening  a:hover, #close a:hover
{
	color: #;
	text-decoration: underline;
}

/* ====== Local Menus ========== */

.nav-local
{
	margin-top:50px;
	list-style: none;
	padding: 10px;
	margin-left: 20px;
/*	background: #; */
	
}
.nav-local ul
{
	list-style: none;
	padding: 0;
	margin:0px;
}
.nav-local span
{
	background: #900;
	width: 10px;
	height: 10px;
	display:block;
	margin-right: 2px;
	float:left;

}

.nav-local li
{
	padding: 0px 20px;
	background: url(/images/icons/file.gif) no-repeat left top;
	margin: 3px 0px;	
	
}

.nav-local li.dir
{
	background: url(/images/icons/dir.gif) no-repeat left top;
}
/*
.nav-local li.dir:hover
{
	background-image: url(/images/dir_open.gif);
}

.nav-local .nested
{
	background: url(/images/dir.gif) no-repeat left top;
}
*/
.nav-local li.nested
{
	background:none;
}

.nav-local li a
{
	display: block;
	line-height: 15px;
	text-decoration: none;
	color: #000;
}
.nav-local li a:hover, .nav-local li.current a
{

	color: #c00;
}

		/* ======= END OF FILE: default/menus.css ======= */


		/* ======= BEGIN FILE: //current.css ======= */

		/* ======= END OF FILE: //current.css ======= */

